home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / dm310.arc / DM3.SET < prev    next >
Text File  |  1990-07-22  |  3KB  |  158 lines

  1. ;================================================
  2.  
  3. ;DM3 Execution Control File
  4.  
  5. ;================================================
  6.  
  7. ;Any line that starts with a ';' is ignored
  8.  
  9. ;The following commands affect and control execution of external programs
  10.  
  11. ;Control Flags
  12.  
  13. ;Drive = Inserts Drive Name
  14. ;Path = Inserts Path Name
  15. ;File = Inserts FileName
  16. ;Name = Name no Ext
  17. ;Ext = Ext no Name
  18. ;Marked = All Marked FileNames
  19. ;ListFile = Name of File with List of Marked Files
  20. ;Wait = Wait for Key at end of program
  21. ;NoCls = Do not clear screen before running
  22. ;Res = DM3 keeps all of itself resident
  23. ;ChgSug = Allow program to change directories
  24. ;Text "Prompt Text" = Add Text to Command
  25.  
  26. ;Function Key Definitions
  27. ;The first line is the command, the second line is the help
  28.  
  29. ALT-F1 = TREE \{Wait}
  30. List SubDir Tree
  31.  
  32. ALT-F2 = NW1 {File}
  33. NW Non Doc Mode
  34.  
  35. ALT-F3 = NW2 {File}
  36. NW Doc Mode
  37.  
  38. ALT-F4 = PATCH {File}
  39. Run File Patch
  40.  
  41. ALT-F5 = SM S -ALOAD {Drive Path File FullMem}
  42. Smart Spreadsheet
  43.  
  44. ALT-F6 = SM W -ALOAD {Drive Path File}
  45. Smart Word Processor
  46.  
  47. ALT-F7 = LIST {File}
  48. Vern Buerg's LIST
  49.  
  50. ALT-F8 = EDIT {File}
  51. QEdit File
  52.  
  53. ALT-F9 = SHEZ {File}
  54. Run SHEZ
  55.  
  56. ALT-F10 = MARX COMPRESS {ListFile}
  57. Compress Marked Files
  58.  
  59. CTRL-F1 = MARX DM3DIR{ChgSub}
  60. Pick Lower Directory
  61.  
  62. CTRL-F2 = NCD{ChgSub Res}
  63. Norton Change Directory
  64.  
  65. CTRL-F3 = MARX DM3PD{ChgSub}
  66. CD on Partial Name Match
  67.  
  68. CTRL-F4 = ECHO {Marked} >> {Text "List File Name: "}
  69. Marked Files to List
  70.  
  71. CTRL-F5 = {Text "Execute Dos Command on Marked Files:~> " Marked}
  72. Command on Marked Files
  73.  
  74. CTRL-F6 = TYPE {ListFile}|MOVE {Text "Move files to where?~> "}
  75. Move Files
  76.  
  77. CTRL-F7 = PD {ChgSub NoCls}
  78. Pick Directory
  79.  
  80. CTRL-F8 = D /W
  81. Directory
  82.  
  83. CTRL-F9 = Type {ListFile}
  84. Test Key
  85.  
  86. CTRL-F10 = COMMAND
  87. Run Dos Shell
  88.  
  89. SHFT-F1 = MARX FORMAT
  90. MarxMenu Format
  91.  
  92. SHFT-F2 = EDIT FORMAT.MNU
  93. Edit FORMAT.MMN
  94.  
  95. ;SHFT-F3 = FORMAT A:
  96. ;Format A: 1.2 Meg
  97.  
  98. ;SHFT-F4 = FORMAT A:/S
  99. ;Format A: 1.2 Meg with Sys
  100.  
  101. ;SHFT-F5 = FORMAT B:/N:9/T:80
  102. ;Format B: 720k
  103.  
  104. ;SHFT-F6 = FORMAT B:/S/N:9/T:80
  105. ;Format B: 720k with Sys
  106.  
  107. ;SHFT-F7 = FORMAT B:/N:15/T:80
  108. ;Format B: 1.4 Meg
  109.  
  110. SHFT-F8 = DM3
  111. Run DM3
  112.  
  113. SHFT-F9 = D A:/2/W
  114. Directory of A:
  115.  
  116. SHFT-F10 = D B:/2/W
  117. Directory of B:
  118.  
  119.  
  120. ;The folowing definitions control what happens automatically when you
  121. ;try to RUN, VIEW, or EDIT a file.
  122.  
  123. ;AutoRun Definitions (F2 Key)
  124.  
  125. RUN \SMART\WORD\*.DOC = SMART W -ALOAD {Drive Path File}
  126. RUN \SMART\WORD\*.TXT = SMART W -ALOAD {Drive Path File}
  127. RUN \SMART\SPREAD\*.WS = SM S -ALOAD {Drive Path File}
  128. RUN \PRO\*.DOC = NW1 {File}
  129. RUN *.DOC,*.TXT,*.PAS,*.INC = ME {File}
  130. RUN *.ZIP = MARX ZIP {File}
  131. RUN *.ARC = MARX ARC {File}
  132. RUN *.ICE,*.LZH = MARX ICE {File}
  133. RUN *.BAK,*.BTX,*.BWS,*.BDC,\SMART\*.BP?,*.IFF = DEL {File}
  134. RUN *.BAS = BASIC {Name}
  135. RUN *.OBJ = PATCH {File}
  136. RUN *.LST = MARX COMPRESS {File}
  137.  
  138.  
  139. ;AutoView Definitions (V Key)
  140.  
  141. VIEW \SMART\WORD\*.DOC = SMART W -ALOAD {Drive Path File}
  142. VIEW \SMART\WORD\*.TXT = SMART W -ALOAD {Drive Path File}
  143. VIEW *.ARC = PKARC -V {File Wait}
  144. VIEW *.ZIP = PKZIP -V {File Wait}
  145. VIEW *.LZH = ICE V {File Wait}
  146. VIEW *.ICE = ICE V {File Wait}
  147. VIEW *.COM, *.EXE = PATCH.EXE {File}
  148.  
  149.  
  150. ;AutoEdit Definitions (E Key)
  151.  
  152. EDIT \SMART\WORD\*.DOC = SMART W -ALOAD {Drive Path File}
  153. EDIT \SMART\WORD\*.TXT = SMART W -ALOAD {Drive Path File}
  154. EDIT *.ARC = NARC -V {File}
  155. EDIT *.COM, *.EXE = PATCH.EXE {File}
  156.  
  157. ;end
  158.